home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 1: Comms & Networking / Almathera Ten on Ten - Disc 1: Comms & Networking.iso / tools / archie / archie-1.4 / rdgram.h < prev    next >
C/C++ Source or Header  |  1995-05-01  |  545b  |  17 lines

  1. /*
  2.  * Copyright (c) 1991 by the University of Washington
  3.  *
  4.  * For copying and distribution information, please see the file
  5.  * <copyright.h>.
  6.  */
  7.  
  8. #include "copyright.h"
  9.  
  10. /* Queuing priorities for datagrams */
  11. #define           RDGRAM_MAX_PRI   32765  /* Maximum user proiority          */
  12. #define           RDGRAM_MAX_SPRI  32767  /* Maximum priority for system use */
  13. #define           RDGRAM_MIN_PRI  -32765  /* Maximum user proiority          */
  14. #define           RDGRAM_MIN_SPRI -32768  /* Maximum priority for system use */
  15.  
  16. int    rdgram_priority = 0;
  17.